projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8539899
)
Don't use XP themes until they work
author
Tor Lillqvist
<tml@iki.fi>
Tue, 13 Oct 2009 18:32:04 +0000
(21:32 +0300)
committer
Tor Lillqvist
<tml@iki.fi>
Tue, 13 Oct 2009 18:34:22 +0000
(21:34 +0300)
modules/engines/ms-windows/xp_theme.c
patch
|
blob
|
history
diff --git
a/modules/engines/ms-windows/xp_theme.c
b/modules/engines/ms-windows/xp_theme.c
index bfd8ab79f2ed6a67b4f8785f136f10a4473988cb..3d11935656e252a0ae190d006264c597c3d7c424 100755
(executable)
--- a/
modules/engines/ms-windows/xp_theme.c
+++ b/
modules/engines/ms-windows/xp_theme.c
@@
-919,6
+919,9
@@
xp_theme_draw (GdkWindow *win, XpThemeElement element, GtkStyle *style,
gboolean
xp_theme_is_active (void)
{
+ /* Workaround for bug #598299 */
+ return FALSE;
+
return use_xp_theme;
}